home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Demos / CSharp / Graphics / Mandelbrot / README.TXT < prev   
Encoding:
Text File  |  2004-10-22  |  1.0 KB  |  26 lines

  1. C# Mandelbrot set drawing Demo for C#Builder
  2. --------------------------------------------
  3.  
  4. This example demonstrates how to draw the Mandelbrot set with C#.
  5.  
  6. Development topics demonstrated in this example include:
  7.  
  8. 1) Several C# graphics drawing capabilities.
  9. 2) How to perform rubber band like range selections with the mouse.
  10. 3) Using an array list as a bitmap and clipping section stack.
  11.  
  12.  
  13. Compiling the demo
  14. ------------------
  15.  
  16. Open the project group file Mandelbrot.bdsgroup and then build the project.
  17.  
  18. Running the demo
  19. ----------------
  20.  
  21. Run Mandelbrot.exe.
  22.  
  23. Press the left mouse button and select with the rubber band rectangle (the rectangle needs to be choosen not too small for this task) some interesting area inside of the shown Mandelbrot set graphics. Perform this action several times in order to zoom into the Mandelbrot graphics. - Pressing the right mouse button always steps back in the stack hierarchy until the initial Mandelbrot drawing is shown up again.
  24.  
  25. Valentino Kyriakides
  26.